Package com.saperion.ngc.iform.layout
Class UndefinedLayoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.saperion.ngc.iform.layout.UndefinedLayoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class UndefinedLayoutException extends java.lang.Exception
Exception thrown when an unknown layout type was found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UndefinedLayoutException(LayoutType type)
Constructor.
-
-
-
Constructor Detail
-
UndefinedLayoutException
public UndefinedLayoutException(LayoutType type)
Constructor.- Parameters:
type
- layout type
-
-