Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.tripi.asp
Class AspReadOnlyException  view AspReadOnlyException download AspReadOnlyException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tripi.asp.AspException
              extended bycom.tripi.asp.AspReadOnlyException
All Implemented Interfaces:
java.io.Serializable

public class AspReadOnlyException
extends AspException

This exception is thrown if write is attempted on a read-only variable.

Version:
0.9

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class com.tripi.asp.AspException
ctx, desc, errorNumber
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
AspReadOnlyException()
          Constructor.
AspReadOnlyException(java.lang.String desc)
          Constructor.
 
Methods inherited from class com.tripi.asp.AspException
AspCode, AspDescription, Category, Column, Description, File, getContext, hasContext, Line, Number, setContext, Source, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AspReadOnlyException

public AspReadOnlyException()
Constructor. Non-descriptive, it is suggested to use the constructor with a single string parameter to describe the error.


AspReadOnlyException

public AspReadOnlyException(java.lang.String desc)
Constructor.