java.lang.Object java.lang.Throwable java.lang.Exception org.nlogo.api.ExtensionException
public class ExtensionException
Wrapper class for exceptions thrown by NetLogo extensions.
Constructor Summary | |
---|---|
ExtensionException(Exception ex)
Creates a new ExtensionException |
|
ExtensionException(String message)
Creates a new ExtensionException |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExtensionException(String message)
message
- error message displayed to NetLogo userpublic ExtensionException(Exception ex)
ex
- extension to be wrapped