Package com.bric.multislider
Class EmptyPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bric.multislider.EmptyPathException
- All Implemented Interfaces:
 Serializable
This indicates that a path had no shape data.
 
This means it had no lines, quadratic or cubic segments in it (although it may have had a MOVE_TO and a CLOSE segment).
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionEmptyPathException(String message) EmptyPathException(String message, Throwable cause) EmptyPathException(Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
EmptyPathException
public EmptyPathException() - 
EmptyPathException
 - 
EmptyPathException
 - 
EmptyPathException
 
 -