Home
last modified time | relevance | path

Searched refs:handleError (Results 1 – 25 of 48) sorted by relevance

12

/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DConnectorAdapter.java145 protected void handleError( Exception e ) in handleError() method in ConnectorAdapter
150 errorHandler.handleError( this, e ); in handleError()
179 handleError( e ); in run()
200 handleError( e ); in write()
DDefaultClient.java339 protected void handleError( Throwable t ) in handleError() method in DefaultClient
353 l.handleError( this, t ); in handleError()
420 public void handleError( Object source, Throwable t ) in handleError() method in DefaultClient.Redispatch
425 DefaultClient.this.handleError( t ); in handleError()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTAttributeDef.java588 handleError(handler, XSLTErrorResources.INVALID_TCHAR, new Object[] {name, value},null); in processCHAR()
600 handleError(handler, XSLTErrorResources.INVALID_TCHAR, new Object[] {name, value},null); in processCHAR()
647handleError(handler, XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toStr… in processENUM()
712handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toStri… in processENUM_OR_PQNAME()
722handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toStri… in processENUM_OR_PQNAME()
731handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toStri… in processENUM_OR_PQNAME()
799 handleError(handler,XSLTErrorResources.INVALID_NMTOKEN, new Object[] {name,value},null); in processNMTOKEN()
810 handleError(handler,XSLTErrorResources.INVALID_NMTOKEN, new Object[] {name,value},null); in processNMTOKEN()
894 handleError(handler,XSLTErrorResources.INVALID_NUMBER, new Object[] {name, value}, nfe); in processNUMBER()
908 handleError(handler,XSLTErrorResources.INVALID_NUMBER, new Object[] {name, value}, nfe); in processNUMBER()
[all …]
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
DLwjglOffscreenBuffer.java78 listener.handleError("Uncaught exception thrown in "+thread.toString(), thrown); in initInThread()
90 listener.handleError("Failed to create display", ex); in initInThread()
103 listener.handleError("An OpenGL error has occured!", ex); in checkGLError()
119 listener.handleError("Failed to restore pbuffer content", ex); in runLoop()
DLwjglAbstractDisplay.java99 … listener.handleError("Uncaught exception thrown in "+thread.toString(), thrown); in initInThread()
125 listener.handleError("Failed to create display", ex); in initInThread()
136 listener.handleError("An OpenGL error has occured!", ex); in checkGLError()
168 listener.handleError("Error while swapping buffers", ex); in runLoop()
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java786 .handleError(new DOMErrorImpl( in serializeAttList()
943 fErrorHandler.handleError(
964 fErrorHandler.handleError(
1311 fErrorHandler.handleError( in isCommentWellFormed()
1327 fErrorHandler.handleError( in isCommentWellFormed()
1360 fErrorHandler.handleError( in isCommentWellFormed()
1376 fErrorHandler.handleError( in isCommentWellFormed()
1416 fErrorHandler.handleError( in isElementWellFormed()
1454 fErrorHandler.handleError( in isAttributeWellFormed()
1477 fErrorHandler.handleError( in isAttributeWellFormed()
[all …]
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
DAwtPanelsContext.java55 public void handleError(String errorMsg, Throwable t) { in handleError() method in AwtPanelsContext.AwtPanelsListener
56 listener.handleError(errorMsg, t); in handleError()
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
DOGLESContext.java166 listener.handleError("Unable to find suitable EGL config", null); in createView()
172 listener.handleError("OpenGL ES 2.0 is not supported on this device", null); in createView()
225 … ((AndroidHarness) ctx).handleError("Exception thrown in " + thread.toString(), thrown); in initInThread()
232 listener.handleError("Exception thrown in " + thread.toString(), thrown); in initInThread()
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
DErrorListener.java44 public void handleError( S source, Throwable t ); in handleError() method
/external/jmonkeyengine/engine/src/core/com/jme3/system/
DSystemListener.java90 public void handleError(String errorMsg, Throwable t); in handleError() method
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/test/
DAbstractTest.java245 handleError(e); in runBare()
288 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/test/
DAbstractTest.java276 handleError(e); in runBare()
319 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/test/
DAbstractTest.java289 handleError(e); in runBare()
334 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/test/
DAbstractTestCase.java289 handleError(e); in runBare()
334 private void handleError(Error e) throws Exception { in handleError() method in AbstractTestCase
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/test/
DAbstractTest.java276 handleError(e); in runBare()
319 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/test/
DAbstractTest.java289 handleError(e); in runBare()
334 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/test/
DAbstractTest.java276 handleError(e); in runBare()
319 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/test/
DAbstractTest.java289 handleError(e); in runBare()
334 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/test/
DAbstractTest.java276 handleError(e); in runBare()
319 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/test/
DAbstractTest.java289 handleError(e); in runBare()
334 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/test/
DAbstractTestCase.java290 handleError(e); in runBare()
335 private void handleError(Error e) throws Exception { in handleError() method in AbstractTestCase
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/test/
DAbstractTestCase.java290 handleError(e); in runBare()
335 private void handleError(Error e) throws Exception { in handleError() method in AbstractTestCase
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/test/
DAbstractTestCase.java289 handleError(e); in runBare()
334 private void handleError(Error e) throws Exception { in handleError() method in AbstractTestCase
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/test/
DAbstractTest.java276 handleError(e); in runBare()
319 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/test/
DAbstractTest.java276 handleError(e); in runBare()
319 private void handleError(Error e) throws Exception { in handleError() method in AbstractTest

12