Copyright © 2008, 2009 Pedro Agulló Soliveres

Uses of Class
com.softwarementors.extjs.djn.UnexpectedException

Packages that use UnexpectedException
com.softwarementors.extjs.djn   
 

Uses of UnexpectedException in com.softwarementors.extjs.djn
 

Methods in com.softwarementors.extjs.djn that return UnexpectedException
static UnexpectedException UnexpectedException.forExecutionExceptionShouldNotHappenBecauseProcessorHandlesExceptionsAsServerErrorResponses(java.util.concurrent.ExecutionException cause)
           
static UnexpectedException UnexpectedException.forExpectingUTF8UrlEncodingIsAlwaysSupportedByURLEncoder(java.io.UnsupportedEncodingException cause)
           
static UnexpectedException UnexpectedException.forUnexpectedCodeBranchExecuted()
           
static UnexpectedException UnexpectedException.forUnexpectedSecurityException(java.lang.SecurityException cause)
           
 


Copyright © 2008, 2009 Pedro Agulló Soliveres