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:
 java.io.Serializable
public class DefaultNotDefinedException extends java.lang.IllegalArgumentExceptionThis 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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DefaultNotDefinedException() 
 -