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

Quick Search    Search Deep

org.modama.framework.exceptions: Javadoc index of package org.modama.framework.exceptions.


Package Samples:

org.modama.framework.exceptions

Classes:

UnexpectedErrorException: This exception should be thrown if an error occures that should not happen f.e. i = 5; if( i == 6 ) throw UnexpectedErrorException();
DeleteCancelledException: THis exception is thrown by an entity, that should be deleted, but cant. reasons for this are for example opened files, etc
MissingCodecException: THis exception is thrown by an imagenetity if no codec could be found to load/save the image

Home | Contact Us | Privacy Policy | Terms of Service