fnug.resource
Class JsCompilationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fnug.resource.JsCompilationFailedException
- All Implemented Interfaces:
- Serializable
public class JsCompilationFailedException
- extends RuntimeException
Thrown when javascript compilation fails.
- Author:
- Martin Algesten
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JsCompilationFailedException
public JsCompilationFailedException(String msg,
Exception ex)
- Constructs setting args.
- Parameters:
msg
- The message.ex
- Wrapped exception.
Copyright © 2012. All Rights Reserved.