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
public class EmptyPathException extends RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmptyPathException()
EmptyPathException(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
-
-