Class DefaultNotDefinedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.inductiveautomation.ignition.common.exceptions.DefaultNotDefinedException
- All Implemented Interfaces:
 Serializable
This is a type of illegalargumentexception that is thrown when some part of the system tries to use a defualt
 "something" which hasn't been specified yet.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
DefaultNotDefinedException
public DefaultNotDefinedException() 
 -