Class CachedTransform.ApplyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.bandm.tools.paisley.CachedTransform.ApplyException
All Implemented Interfaces:
Serializable
Enclosing class:
CachedTransform<A,B>

public static class CachedTransform.ApplyException extends Exception
Indicates that a target can not be transformed.
See Also:
  • Constructor Details

    • ApplyException

      public ApplyException()
      Creates a new instance without detail information.
    • ApplyException

      public ApplyException(Throwable cause)
      Creates a new instance with a given cause.
      Parameters:
      cause - the cause