fnug.resource
Class JsCompilationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fnug.resource.JsCompilationFailedException
All Implemented Interfaces:
Serializable

public class JsCompilationFailedException
extends RuntimeException

Thrown when javascript compilation fails.

Author:
Martin Algesten
See Also:
Serialized Form

Constructor Summary
JsCompilationFailedException(String msg)
          Constructs without setting wrapped exception.
JsCompilationFailedException(String msg, Exception ex)
          Constructs setting args.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JsCompilationFailedException

public JsCompilationFailedException(String msg)
Constructs without setting wrapped exception.

Parameters:
msg - The message

JsCompilationFailedException

public JsCompilationFailedException(String msg,
                                    Exception ex)
Constructs setting args.

Parameters:
msg - The message.
ex - Wrapped exception.


Copyright © 2012. All Rights Reserved.