Class ResourceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ResourceException
    extends java.lang.Exception
    Associates a ResourcePrototype with a program error.
    See Also:
    Serialized Form
    • Constructor Detail

      • ResourceException

        public ResourceException​(ResourcePrototype resource,
                                 java.lang.String msg)
      • ResourceException

        public ResourceException​(ResourcePrototype resource,
                                 java.lang.String msg,
                                 java.lang.Throwable t)